home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Source ƒ / egrep-1.5 / grep-src / FakeAlert.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-25  |  322 b   |  16 lines

  1. #pragma once
  2.  
  3. #ifndef Integer
  4. #define Integer short int
  5. #define Longint long int
  6. #endif
  7.  
  8. #ifndef nil
  9. #define nil (0L)
  10. #endif
  11.  
  12. /* FakeAlert.c */
  13. int FakeAlert(StringPtr s1, StringPtr s2, StringPtr s3, StringPtr s4,
  14.               Integer nButtons, Integer defButton,
  15.               StringPtr t1, StringPtr t2, StringPtr t3);
  16.